projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4e003
)
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
author
Bruce Stephens
<bruce.stephens@isode.com>
Wed, 26 Jun 2019 14:26:18 +0000
(10:26 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 26 Jun 2019 14:26:18 +0000
(10:26 -0400)
lisp/calc/calc-ext.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-ext.el
b/lisp/calc/calc-ext.el
index bd5d4395a1c4e7a42e89d4faf709799f8e7b57a8..43360fc976fd86ca9276c0dceb8a035304e76618 100644
(file)
--- a/
lisp/calc/calc-ext.el
+++ b/
lisp/calc/calc-ext.el
@@
-2138,7
+2138,7
@@
calc-kill calc-kill-region calc-yank))))
(defalias 'math-numberp #'Math-numberp)
;;; True if A is a complex number or angle. [P x] [Public]
-(defalias 'math-scalarp #'
#'
Math-scalarp)
+(defalias 'math-scalarp #'Math-scalarp)
;;; True if A is a vector. [P x] [Public]
(defalias 'math-vectorp #'Math-vectorp)